dvb_desc_service

@struct dvb_desc_service @ingroup descriptors @brief Structure containing the service descriptor

@param type descriptor tag @param length descriptor length @param next pointer to struct dvb_desc @param service_type service type @param name name string @param name_emph name emphasis string @param provider provider string @param provider_emph provider emphasis string

@details The emphasis text is the one that uses asterisks. For example, in the text: "the quick *fox* jumps over the lazy table" the emphasis would be "fox".

Members

Variables

length
ubyte length;
Undocumented in source.
name
char* name;
Undocumented in source.
name_emph
char* name_emph;
Undocumented in source.
next
dvb_desc* next;
Undocumented in source.
provider
char* provider;
Undocumented in source.
provider_emph
char* provider_emph;
Undocumented in source.
service_type
ubyte service_type;
Undocumented in source.
type
ubyte type;
Undocumented in source.

Meta